home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
60152
/
60152.xpi
/
install.rdf
< prev
Wrap
Extensible Markup Language
|
2010-01-29
|
1KB
|
51 lines
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description
about="urn:mozilla:install-manifest"
em:name="TheRealURL"
em:description="Expand shortened URLs"
em:version="0.52"
em:iconURL="chrome://realurl/content/icon.png"
em:optionsURL="chrome://realurl/content/options.xul"
em:creator="Rod Whiteley"
em:id="realurl@rod.whiteley"
>
<em:targetApplication><!-- Firefox -->
<Description
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="3.5"
em:maxVersion="3.7a1pre" />
</em:targetApplication>
<em:targetApplication><!-- Thunderbird -->
<Description
em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
em:minVersion="2.0"
em:maxVersion="3.2a1pre" />
</em:targetApplication>
<em:targetApplication><!-- SeaMonkey -->
<Description
em:id="{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
em:minVersion="2.0"
em:maxVersion="2.1a1pre" />
</em:targetApplication>
<em:targetApplication><!-- Flock -->
<Description
em:id="{a463f10c-3994-11da-9945-000d60ca027b}"
em:minVersion="2.0"
em:maxVersion="99" />
</em:targetApplication>
</Description>
</RDF>